projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a62e968
)
(bibtex-include-OPTkey): Use `other' widget
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:25:09 +0000
(09:25 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:25:09 +0000
(09:25 +0000)
type.
lisp/textmodes/bibtex.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/bibtex.el
b/lisp/textmodes/bibtex.el
index 84ad51e3353f5ea7d735d4ba432ad34e15d8d3c5..9ef23d7d74b26c16db53c9b4445d9bc0dc5213cb 100644
(file)
--- a/
lisp/textmodes/bibtex.el
+++ b/
lisp/textmodes/bibtex.el
@@
-89,9
+89,9
@@
If this is a string, it will be used as the initial field text.
If this is a function, it will be called to generate the initial field text."
:group 'bibtex
:type '(choice (const :tag "None" nil)
- (const :tag "Default" t)
(string :tag "Initial text")
- (function :tag "Initialize Function" :value fun)))
+ (function :tag "Initialize Function" :value fun)
+ (other :tag "Default" t)))
(defcustom bibtex-user-optional-fields
'(("annote" "Personal annotation (ignored)"))